home *** CD-ROM | disk | FTP | other *** search
/ Freelog 50 / Freelog050.iso / DossierLogitheque / Bureautique / Mira / Mira_setup.exe / {app} / Mira.exe / 0 / RCDATA / TRICHEDIT98EDITOR / TRICHEDIT98EDITOR.txt
Text File  |  2003-09-02  |  7KB  |  348 lines

  1. object RichEdit98Editor: TRichEdit98Editor
  2.   Left = 257
  3.   Top = 206
  4.   Width = 572
  5.   Height = 395
  6.   Caption = 'RichEdit98 Editor'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -10
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ToolBar: TToolBar
  19.     Left = 0
  20.     Top = 0
  21.     Width = 564
  22.     Height = 22
  23.     EdgeBorders = []
  24.     Flat = True
  25.     Images = ImageList
  26.     ParentShowHint = False
  27.     ShowHint = True
  28.     TabOrder = 0
  29.     object FontList: TComboBox
  30.       Left = 0
  31.       Top = 0
  32.       Width = 171
  33.       Height = 24
  34.       Style = csOwnerDrawVariable
  35.       Font.Charset = DEFAULT_CHARSET
  36.       Font.Color = clWindowText
  37.       Font.Height = -13
  38.       Font.Name = 'Arial'
  39.       Font.Style = []
  40.       ItemHeight = 18
  41.       ParentFont = False
  42.       TabOrder = 0
  43.       TabStop = False
  44.       OnChange = FontListChange
  45.       OnDrawItem = FontListDrawItem
  46.     end
  47.     object SizeList: TComboBox
  48.       Left = 171
  49.       Top = 0
  50.       Width = 51
  51.       Height = 24
  52.       Font.Charset = DEFAULT_CHARSET
  53.       Font.Color = clWindowText
  54.       Font.Height = -13
  55.       Font.Name = 'Arial'
  56.       Font.Style = []
  57.       ItemHeight = 16
  58.       ParentFont = False
  59.       TabOrder = 1
  60.       TabStop = False
  61.       Text = '10'
  62.       OnChange = SizeListChange
  63.       OnDropDown = SizeListDropDown
  64.       OnKeyUp = SizeListKeyUp
  65.       Items.Strings = (
  66.         '8'
  67.         '9'
  68.         '10'
  69.         '11'
  70.         '12'
  71.         '14'
  72.         '16'
  73.         '18'
  74.         '20'
  75.         '22'
  76.         '24'
  77.         '28'
  78.         '32'
  79.         '36'
  80.         '48'
  81.         '72')
  82.     end
  83.     object ToolButton10: TToolButton
  84.       Left = 222
  85.       Top = 0
  86.       Width = 8
  87.       Caption = 'ToolButton10'
  88.       ImageIndex = 7
  89.       Style = tbsSeparator
  90.     end
  91.     object BoldBtn: TToolButton
  92.       Left = 230
  93.       Top = 0
  94.       Hint = 'Bold'
  95.       Caption = 'BoldBtn'
  96.       ImageIndex = 0
  97.       Style = tbsCheck
  98.       OnClick = BoldBtnClick
  99.     end
  100.     object ItalicBtn: TToolButton
  101.       Left = 253
  102.       Top = 0
  103.       Hint = 'Italic'
  104.       Caption = 'ItalicBtn'
  105.       ImageIndex = 1
  106.       Style = tbsCheck
  107.       OnClick = ItalicBtnClick
  108.     end
  109.     object UnderlineBtn: TToolButton
  110.       Left = 276
  111.       Top = 0
  112.       Hint = 'Underline'
  113.       Caption = 'UnderlineBtn'
  114.       ImageIndex = 2
  115.       Style = tbsCheck
  116.       OnClick = UnderlineBtnClick
  117.     end
  118.     object ToolButton1: TToolButton
  119.       Left = 299
  120.       Top = 0
  121.       Width = 8
  122.       Caption = 'ToolButton1'
  123.       ImageIndex = 7
  124.       Style = tbsSeparator
  125.     end
  126.     object LeftBtn: TToolButton
  127.       Left = 307
  128.       Top = 0
  129.       Hint = 'Left'
  130.       Caption = 'LeftBtn'
  131.       Down = True
  132.       Grouped = True
  133.       ImageIndex = 3
  134.       Style = tbsCheck
  135.       OnClick = LeftBtnClick
  136.     end
  137.     object CenterBtn: TToolButton
  138.       Left = 330
  139.       Top = 0
  140.       Hint = 'Center'
  141.       Caption = 'CenterBtn'
  142.       Grouped = True
  143.       ImageIndex = 4
  144.       Style = tbsCheck
  145.       OnClick = CenterBtnClick
  146.     end
  147.     object RightBtn: TToolButton
  148.       Left = 353
  149.       Top = 0
  150.       Hint = 'Right'
  151.       Caption = 'RightBtn'
  152.       Grouped = True
  153.       ImageIndex = 5
  154.       Style = tbsCheck
  155.       OnClick = RightBtnClick
  156.     end
  157.     object JustifyBtn: TToolButton
  158.       Left = 376
  159.       Top = 0
  160.       Hint = 'Justify'
  161.       Caption = 'JustifyBtn'
  162.       Grouped = True
  163.       ImageIndex = 6
  164.       Style = tbsCheck
  165.       OnClick = JustifyBtnClick
  166.     end
  167.     object ToolButton4: TToolButton
  168.       Left = 399
  169.       Top = 0
  170.       Width = 8
  171.       Caption = 'ToolButton4'
  172.       ImageIndex = 9
  173.       Style = tbsSeparator
  174.     end
  175.     object BulletBtn: TToolButton
  176.       Left = 407
  177.       Top = 0
  178.       Hint = 'Bullet'
  179.       Caption = 'BulletBtn'
  180.       ImageIndex = 7
  181.       Style = tbsCheck
  182.       OnClick = BulletBtnClick
  183.     end
  184.   end
  185.   object Panel1: TPanel
  186.     Left = 0
  187.     Top = 332
  188.     Width = 564
  189.     Height = 29
  190.     Align = alBottom
  191.     BevelOuter = bvNone
  192.     TabOrder = 1
  193.     object OkButton: TButton
  194.       Left = 95
  195.       Top = 4
  196.       Width = 89
  197.       Height = 23
  198.       Caption = 'OK'
  199.       Default = True
  200.       Font.Charset = DEFAULT_CHARSET
  201.       Font.Color = clWindowText
  202.       Font.Height = -13
  203.       Font.Name = 'Arial'
  204.       Font.Style = []
  205.       ModalResult = 1
  206.       ParentFont = False
  207.       TabOrder = 0
  208.       TabStop = False
  209.     end
  210.     object CancelButton: TButton
  211.       Left = 187
  212.       Top = 4
  213.       Width = 89
  214.       Height = 23
  215.       Caption = 'Cancel'
  216.       Font.Charset = DEFAULT_CHARSET
  217.       Font.Color = clWindowText
  218.       Font.Height = -13
  219.       Font.Name = 'Arial'
  220.       Font.Style = []
  221.       ModalResult = 2
  222.       ParentFont = False
  223.       TabOrder = 1
  224.       TabStop = False
  225.     end
  226.     object Button1: TButton
  227.       Left = 280
  228.       Top = 2
  229.       Width = 75
  230.       Height = 25
  231.       Caption = 'Save'
  232.       TabOrder = 2
  233.       OnClick = Button1Click
  234.     end
  235.     object Button2: TButton
  236.       Left = 360
  237.       Top = 2
  238.       Width = 75
  239.       Height = 25
  240.       Caption = 'Open'
  241.       TabOrder = 3
  242.       OnClick = Button2Click
  243.     end
  244.   end
  245.   object Editor: TRichEdit98
  246.     Left = 0
  247.     Top = 22
  248.     Width = 564
  249.     Height = 310
  250.     Align = alClient
  251.     AutoURLDetect = adDefault
  252.     CustomURLs = <
  253.       item
  254.         Name = 'e-mail'
  255.         Color = clBlue
  256.         Cursor = crDefault
  257.         Underline = True
  258.       end
  259.       item
  260.         Name = 'http'
  261.         Color = clBlue
  262.         Cursor = crDefault
  263.         Underline = True
  264.       end
  265.       item
  266.         Name = 'file'
  267.         Color = clWindowText
  268.         Cursor = crDefault
  269.         Underline = True
  270.       end
  271.       item
  272.         Name = 'mailto'
  273.         Color = clBlue
  274.         Cursor = crDefault
  275.         Underline = True
  276.       end
  277.       item
  278.         Name = 'ftp'
  279.         Color = clWindowText
  280.         Cursor = crDefault
  281.         Underline = True
  282.       end
  283.       item
  284.         Name = 'https'
  285.         Color = clWindowText
  286.         Cursor = crDefault
  287.         Underline = True
  288.       end
  289.       item
  290.         Name = 'gopher'
  291.         Color = clWindowText
  292.         Cursor = crDefault
  293.         Underline = True
  294.       end
  295.       item
  296.         Name = 'nntp'
  297.         Color = clWindowText
  298.         Cursor = crDefault
  299.         Underline = True
  300.       end
  301.       item
  302.         Name = 'prospero'
  303.         Color = clWindowText
  304.         Cursor = crDefault
  305.         Underline = True
  306.       end
  307.       item
  308.         Name = 'telnet'
  309.         Color = clWindowText
  310.         Cursor = crDefault
  311.         Underline = True
  312.       end
  313.       item
  314.         Name = 'news'
  315.         Color = clWindowText
  316.         Cursor = crDefault
  317.         Underline = True
  318.       end
  319.       item
  320.         Name = 'wais'
  321.         Color = clWindowText
  322.         Cursor = crDefault
  323.         Underline = True
  324.       end>
  325.     HideSelection = False
  326.     LangOptions = [loAutoFont]
  327.     Language = 1036
  328.     ScrollBars = ssBoth
  329.     ShowSelectionBar = True
  330.     TabOrder = 2
  331.     URLColor = clBlue
  332.     URLCursor = crHandPoint
  333.     AutoVerbMenu = False
  334.     InputFormat = ifRTF
  335.     OutputFormat = ofRTF
  336.     SelectedInOut = False
  337.     PlainRTF = False
  338.     UndoLimit = 0
  339.     IncludeOLE = True
  340.     AllowInPlace = False
  341.   end
  342.   object ImageList: TImageList
  343.     ShareImages = True
  344.     Left = 330
  345.     Top = 200
  346.   end
  347. end
  348.